home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 4: Perfect Documents / ENTER Special 04.iso / Grafika / SlideShow 2.0 / eslide!.exe / SlideShow.exe / 0 / RCDATA / TUDPOSFORM / TUDPOSFORM.txt
Encoding:
Text File  |  2002-11-24  |  1.9 KB  |  97 lines

  1. object UDPosForm: TUDPosForm
  2.   Left = 290
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'User defined position'
  6.   ClientHeight = 195
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 154
  22.     Height = 13
  23.     Caption = 'X postion from the left edge in %:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 155
  29.     Height = 13
  30.     Caption = 'X postion from the top edge in %:'
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 0
  34.     Top = 145
  35.     Width = 401
  36.     Height = 50
  37.     Align = alBottom
  38.     Shape = bsTopLine
  39.   end
  40.   object Label3: TLabel
  41.     Left = 8
  42.     Top = 72
  43.     Width = 374
  44.     Height = 41
  45.     AutoSize = False
  46.     Caption = 
  47.       'Attention: this settings are only used if "User defined" is sele' +
  48.       'cted as method!'
  49.     WordWrap = True
  50.   end
  51.   object RxSpinEdit1: TRxSpinEdit
  52.     Left = 200
  53.     Top = 16
  54.     Width = 81
  55.     Height = 21
  56.     MaxValue = 95.000000000000000000
  57.     TabOrder = 0
  58.     OnChange = RxSpinEdit1Change
  59.   end
  60.   object RxSpinEdit2: TRxSpinEdit
  61.     Left = 200
  62.     Top = 40
  63.     Width = 81
  64.     Height = 21
  65.     MaxValue = 95.000000000000000000
  66.     TabOrder = 1
  67.     OnChange = RxSpinEdit2Change
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 92
  71.     Top = 160
  72.     Width = 105
  73.     Height = 25
  74.     TabOrder = 2
  75.     Kind = bkOK
  76.   end
  77.   object BitBtn2: TBitBtn
  78.     Left = 204
  79.     Top = 160
  80.     Width = 105
  81.     Height = 25
  82.     Caption = '&Cancel'
  83.     TabOrder = 3
  84.     Kind = bkCancel
  85.   end
  86.   object PreviewCheck: TCheckBox
  87.     Left = 8
  88.     Top = 120
  89.     Width = 345
  90.     Height = 17
  91.     Caption = 'Show result in the preview'
  92.     Checked = True
  93.     State = cbChecked
  94.     TabOrder = 4
  95.   end
  96. end
  97.